Friends of I7

Open all errors
"Patches to work around bugs in version 6G60 of Inform 7 for which an extension-based workaround is known to exist."
6L38 Patches by Friends of I7Version 1/150116
"Patches to work around bugs in version 6L38 of Inform 7 for which an extension-based workaround is known to exist."
6M62 Patches by Friends of I7Version 2/220105
Changelog
ni In Volume intfiction.org/t/46906 in the extension 6M62 Patches by Friends Of
I7:


You wrote 'Include (- [ Relation_ShowOtoO relation sym x [...] j2);
print "^"; } } } ]; -) instead of "Show One to One" in "Relations.i6t"' 6m62
patches by friends of i7: but this syntax was withdrawn in April 2022, in
favour of a more finely controlled inclusion command. See the manual, but
you can probably get what you want using 'replacing "SomeFunctionName".'
rather than 'instead of ...'.
In Volume https://intfiction.org/t/53835/4 in the extension 6M62 Patches by
Friends Of I7:


You wrote 'Include (- Array Flex_Heap -> MEMORY_HEAP_SIZ [...] ; ! allow
room for head-free-block -) instead of "The Heap" in "Flex.i6t"' 6m62
patches by friends of i7: again, this syntax was withdrawn in April 2022.


You wrote 'Include (- [ HeapInitialise n bsize blk2; [...]
blk2-->BLK_PREV = Flex_Heap; ]; -) instead of "Initialisation" in
"Flex.i6t"' (Friends of I7/6M62 Patches.i7x, line 163):
again, this syntax was withdrawn in April 2022.
Interpreter Sniffing by Friends of I7Version 1/140209(for Glulx only)
"Phrases for testing, as far as is possible, which interpreter the story is running under."
ni In Book "Framework for Detecting Interpreters", Chapter "Responding to
Restores", Section "Injection of Post-Restore Resniffing" in the extension
Interpreter Sniffing by Friends Of I7:


You wrote 'Include (- [ SAVE_THE_GAME_R res fref; if [...]
VE_THE_GAME_RM('A'); new_line; ]; -) instead of "Save The Game Rule" in
"Glulx.i6t"' interpreter sniffing by friends of
i7: but this syntax was withdrawn in
April 2022, in favour of a more finely controlled inclusion command. See
the manual, but you can probably get what you want using 'replacing
"SomeFunctionName".' rather than 'instead of ...'.